From 413e7f9d4cb1fb7fbff618e29d0fc126987c8d99 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 1 Jan 2009 01:25:24 +0000 Subject: [PATCH] Fix typo in comment "Compilant" sounds like a cool word. Maybe it should mean "capable of being compiled". --- maintenance/generateSitemap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/generateSitemap.php b/maintenance/generateSitemap.php index 34125aec03..52dc33ae51 100644 --- a/maintenance/generateSitemap.php +++ b/maintenance/generateSitemap.php @@ -424,7 +424,7 @@ class GenerateSitemap { * * @static * - * @param string $url An RFC 2396 compilant URL + * @param string $url An RFC 2396 compliant URL * @param string $date A ISO 8601 date * @param string $priority A priority indicator, 0.0 - 1.0 inclusive with a 0.1 stepsize * -- 2.20.1